home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / ValueInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.8 KB  |  119 lines

  1. GeneralTextInspector = {
  2.     ACTIONS = {
  3.     takeBorderTypeFrom:;
  4.     changeBgGray:;
  5.     changeBorderType:;
  6.     takeBgGrayFrom:;
  7.     takeAlignmentFrom:;
  8.     takeTextGrayFrom:;
  9.     changeAlignment:;
  10.     changeTextGray:;
  11.     };
  12.     OUTLETS = {
  13.     alignmentMatrix;
  14.     bgGrayMatrix;
  15.     borderTypeMatrix;
  16.     textGrayMatrix;
  17.     textInspectorView;
  18.     };
  19.     SUPERCLASS = Inspector;
  20. };
  21. MoneyInspector = {
  22.     ACTIONS = {
  23.     takeFormatFrom:;
  24.     changeFormat:;
  25.     };
  26.     OUTLETS = {
  27.     formatMatrix;
  28.     generalTextPlaceHolder;
  29.     };
  30.     SUPERCLASS = GeneralTextInspector;
  31. };
  32. Inspector = {
  33.     ACTIONS = {
  34.     revert:;
  35.     ok:;
  36.     };
  37.     OUTLETS = {
  38.     slist;
  39.     panel;
  40.     controller;
  41.     graphicView;
  42.     selectedGraphic;
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46. InspectorDP = {
  47.     ACTIONS = {
  48.     changeAppkitObjStyle:;
  49.     };
  50.     OUTLETS = {
  51.     messageField;
  52.     styleMatrix;
  53.     };
  54.     SUPERCLASS = Inspector;
  55. };
  56. FirstResponder = {
  57.     ACTIONS = {
  58.     };
  59.     SUPERCLASS = Object;
  60. };
  61. DateInspector = {
  62.     ACTIONS = {
  63.     takeFormatFrom:;
  64.     changeFormat:;
  65.     };
  66.     OUTLETS = {
  67.     formatMatrix;
  68.     generalTextPlaceHolder;
  69.     };
  70.     SUPERCLASS = GeneralTextInspector;
  71. };
  72. GraphicInspector = {
  73.     SUPERCLASS = Inspector;
  74. };
  75. PictureInspector = {
  76.     SUPERCLASS = Inspector;
  77. };
  78. TextInspector = {
  79.     ACTIONS = {
  80.     changeIsScrollable:;
  81.     ok:;
  82.     changeUseRTF:;
  83.     revert:;
  84.     };
  85.     OUTLETS = {
  86.     useRTFSwitch;
  87.     generalTextInspector;
  88.     isScrollableSwitch;
  89.     };
  90.     SUPERCLASS = Inspector;
  91. };
  92. ValueInspector = {
  93.     ACTIONS = {
  94.     changeUseENotation:;
  95.     changeFormat:;
  96.     changeNumDecimals:;
  97.     ok:;
  98.     revert:;
  99.     };
  100.     OUTLETS = {
  101.     isFormattedMatrix;
  102.     generalTextInspector;
  103.     box1;
  104.     eNotationSwitch;
  105.     numDecimalsField;
  106.     };
  107.     SUPERCLASS = InspectorDP;
  108. };
  109. BooleanInspector = {
  110.     ACTIONS = {
  111.     changeRepresentation:;
  112.     takeRepresentationFrom:;
  113.     };
  114.     OUTLETS = {
  115.     useSwitchMatrix;
  116.     };
  117.     SUPERCLASS = GeneralTextInspector;
  118. };
  119.